html {
    font-size: 625%;
}

body {
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0;
}

body,
html,
input,
button,
textarea {
    color: #333;
    font-family: "SourceSansPro", Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

a {
    list-style: none;
    text-decoration: none;
}

body {
    background-color: #fff;
}

img {
    display: block;
    width: 100%;
}

ol,
ul,
li {
    list-style: none;
}

.pcwl_content {
    width: 88%;
    margin: 0 auto;
    position: relative;
}


/* 头部文字 */

.header_txt {
    background-color: #0263b2;
    height: 36px;
    line-height: 36px;
}

.header_txt_content {
    display: flex;
    margin: 0 auto;
    width: 88%;
}

.header_txt_content p {
    color: #fff;
    flex: 1;
}

.pcwl_lan {
    width: 106px;
    /* padding: 0 1%; */
    display: flex;
    align-items: center;
    /* max-height: 80px;
    height: 100%;
    margin-top: 20px; */
    color: #fff;
    font-size: 15px;
}

.pcwl_lan img {
    width: 15%;
    margin-right: 5px;
}

.pcwl_lan_dropdown {
    position: relative;
    display: inline-block;
    top: 36px;
    z-index: 1;
    background-color: #eceff4;
}

.pcwl_lan_dropdown {
    position: absolute;
    display: none;
    width: 108px;
}

.pcwl_lan_dropdown a {
    padding: 10px 5px;
    display: flex;
    color: #666 !important;
    font-size: 14px;
    line-height: 20px;
    justify-content: center;
    align-items: center;
}

.pcwl_lan_dropdown a img {
    width: 20%;
}

.pcwl_lan_dropdown a:hover {
    color: #0263b2 !important;
    font-size: 14px;
    /* font-weight: bold; */
}

.pcwl_lan:hover .pcwl_lan_dropdown {
    display: block;
}


/* 头部 */

.header {
    height: 100px;
    display: flex;
    align-items: center;
    /* background-color: #fff; */
    position: relative;
    z-index: 2;
    background-image: url(../images/header_bg.png);
    background-repeat: repeat-x;
    padding: 0 6%;
}

.header .logo {
    width: 25%;
}

.header .logo img {
    max-width: 441px;
    /* max-height: 80px; */
}

.header .index_nav {
    margin-left: auto;
    width: 54%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    max-height: 80px;
    height: 100%;
    line-height: 80px;
    margin-top: 20px;
}

.header .index_nav a {
    text-align: center;
    display: inline-block;
    color: #fefefe;
    font-size: 18px;
    transition: 0.6s;
    font-weight: 400;
}

.header .index_nav a:hover {
    color: #55b0fa;
    font-weight: 600;
    transition: 0.6s;
}

@media screen and (max-width: 1600px) {
    .header .logo img {
        width: 390px;
        /* max-height: 80px; */
    }
    .header .index_nav {
        width: 62%;
    }
    .header .index_nav a {
        font-size: 16px;
    }
}

.header .index_an {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.header .index_an a:first-of-type {
    height: 32px;
    line-height: 32px;
    width: 32px;
    display: inline-block;
    text-align: center;
}

.header .index_an span {
    width: 2px;
    background-color: #fff;
    height: 25px;
    margin: 0 8px;
}

.header .index_an a:last-of-type {
    background: #fefefe;
    color: #0263b2;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 28px;
}


/* 底部 */

.footer {
    /* background-color: #333; */
    background-image: url(../images/footer_bg.jpg);
    background-repeat: no-repeat;
    padding-top: 35px;
}

.footer_top {
    display: flex;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    border-bottom: 1px solid #0d5b9a;
    align-items: center;
    padding-bottom: 1.2%;
}

.footer_top a {
    width: 25%;
}

.footer_top p {
    color: #f5f5f5;
    font-size: 22px;
    margin-left: auto;
}

.footer_top_L {
    display: flex;
    align-items: center;
}

.footer_top_tel {
    margin-left: 15px;
}

.footer_top_tel p {
    font-size: 18px;
    font-family: Verdana;
}

.footer_top_txt {
    font-size: 22px;
    color: #fff;
}

.footer_box {
    display: grid;
    grid-template-columns: 70% 30%;
    padding-top: 2%;
    padding-bottom: 1.5%;
}

@media screen and (max-width: 1600px) {
    .footer_box {
        grid-template-columns: 67% 33%;
    }
}

.footer_C {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_L {
    /* display: flex; */
}

.footer_L strong {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    /* font-weight: normal; */
    margin-bottom: 12px;
    display: inline-block;
}

.footer_L_box {
    display: grid;
    grid-template-columns: 260px 340px;
}

.footer_L p {
    font-size: 15px;
    color: #fefefe;
    line-height: 2;
    padding-right: 8%;
}

.footer_L p span {
    letter-spacing: 0.8px;
}

.footer_L_b {}


/* .footer_L_b p:first-of-type,
.footer_L_b p:nth-of-type(2),
.footer_L_b p:nth-of-type(3) {
  font-size: 18px;
  line-height: 2px;
} */

.footer_C {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.footer_C dl dt {
    line-height: 2;
}

.footer_C dl dt a {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.footer_C dl dd {
    line-height: 2;
}

.footer_C dl dd a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.footer_C a:hover {
    color: #fff;
}

.footer_R {
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
    padding-left: 15%;
    margin-top: 4px;
}

@media screen and (max-width: 1600px) {
    .footer_R {
        padding-left: 0;
    }
}

.footer_r_img {
    width: 150px;
    margin-left: auto;
}

.footer_r_img p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.footer_txt {
    /* border-top: 1px solid rgba(255, 255, 255, 0.1); */
    border-top: 1px solid #0c538d;
    display: flex;
    padding-top: 1.2%;
    padding-bottom: 0.8%;
    font-size: 15px;
}

.footer_txt p,
.footer_txt p a {
    color: #fefefe;
}

.footer_txt p:first-of-type {
    margin-right: 2%;
}


/* links */

.links {
    margin-left: auto;
}

.links select {
    font-size: 16px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}


/* nybanner */

.ny_banner {
    width: 100%;
    position: relative;
    margin-top: -100px;
}

.ny_banner img {
    width: 100%;
    display: block;
}

.ny_banner .ny_txt {
    position: absolute;
    font-size: 0.36rem;
    top: 0;
    width: 10rem;
    left: 50%;
    margin-left: -5rem;
    top: 40%;
}

.ny_banner .ny_txt h3 {
    text-align: center;
    font-size: 0.36rem;
    color: #fff;
}

.ny_banner .ny_txt .line {
    border-bottom: 3px solid #fff;
    width: 0.8rem;
    margin: 0 auto;
    margin-top: 0.15rem;
    border-radius: 0.1rem;
}

.ny_banner .ny_txt p {
    font-size: 0.2rem;
    text-align: center;
    color: #fff;
    margin-top: 0.1rem;
}


/* fenye */

.scott {
    margin-top: 23px;
    margin-bottom: 54px;
    overflow: hidden;
    text-align: center;
    /*padding-top:9px;*/
}

.scott A {
    border: #efb57a 1px solid;
    padding: 11px 15px;
    margin-right: 5px;
    text-decoration: none;
    background: #fff;
    color: #333;
}

.scott A:hover {
    border: 1px solid #efb57a;
    text-decoration: none;
    background-color: #efb57a;
    color: #fff;
}

.scott A:active {
    border: 1px solid #efb57a;
    text-decoration: none;
    background-color: #efb57a;
}

.scott SPAN.current {
    border: #efb57a 1px solid;
    padding: 8px 15px;
    font-weight: bold;
    color: #fff;
    margin-right: 2px;
    background-color: #efb57a;
    margin-right: 5px;
    display: inline-block;
}

.scott SPAN.disabled {
    border: #efb57a 1px solid;
    padding: 4px 10px;
    color: #237ac7;
    margin-right: 5px;
    background: #efb57a;
}

.fenye1 {
    text-align: center;
    clear: both;
    font-size: 12px;
    line-height: 28px;
    height: 56px;
    border: 1px solid #efb57a;
    background: #efb57a;
    padding: 0 5px;
    margin-top: 5px;
}


/* piaofu */

.side {
    position: fixed;
    width: 60px;
    right: 5px;
    top: 50%;
    margin-top: -200px;
    z-index: 100;
    /* border: 1px solid #e0e0e0; */
    background: #f5f5f5;
    border-bottom: 0;
    border-radius: 10px;
}

.side ul li {
    width: 60px;
    height: 70px;
    float: left;
    position: relative;
    /* border-bottom: 1px solid #e0e0e0; */
    color: #333;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    transition: all .3s;
    cursor: pointer
}

.side ul li a {
    color: #333;
}

.side ul li:hover {
    background: #0263b2;
    color: #fff
}

.side ul li:first-of-type:hover {
    background: #0263b2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.side ul li:hover a {
    color: #fff
}

.side ul li i {
    height: 20px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 20px;
    margin-top: 16px;
    transition: all .3s
}

.side ul li i.bgs_1 {
    background-image: url(../images/bgs_1.png)
}

.side ul li i.bgs1 {
    background-image: url(../images/right_pic5.png)
}

.side ul li i.bgs2 {
    background-image: url(../images/right_pic7.png)
}

.side ul li i.bgs3 {
    background-image: url(../images/right_pic2.png)
}

.side ul li i.bgs4 {
    background-image: url(../images/right_pic1.png)
}

.side ul li i.bgs5 {
    background-image: url(../images/right_pic3.png)
}

.side ul li i.bgs6 {
    background-image: url(../images/right_pic6_on.png)
}

.side ul li:hover i.bgs_1 {
    background-image: url(../images/right_bgs_1_on.png)
}

.side ul li:hover i.bgs1 {
    background-image: url(../images/right_pic5_on.png)
}

.side ul li:hover i.bgs2 {
    background-image: url(../images/right_pic7_on.png)
}

.side ul li:hover i.bgs3 {
    background-image: url(../images/right_pic2_on.png)
}

.side ul li:hover i.bgs4 {
    background-image: url(../images/right_pic1_on.png)
}

.side ul li:hover i.bgs5 {
    background-image: url(../images/right_pic3_on.png)
}

.side ul li .sidebox {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    transition: all .3s;
    overflow: hidden
}

.side ul li.sidetop {
    background: #0263b2;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.side ul li.sidetop:hover {
    opacity: .8;
    filter: Alpha(opacity=80)
}

.side ul li.sideewm .ewBoxG.son {
    width: 238px;
    display: none;
    color: #363636;
    text-align: center;
    padding-top: 235px;
    position: absolute;
    left: -240px;
    top: 0;
    background-image: url(../images/erweima2.png);
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e0e0e0
}

.side ul li.sideewm .ewBoxW.son {
    width: 160px;
    height: 160px;
    display: none;
    color: #363636;
    background-color: #ccc;
    text-align: center;
    /* padding-top: 235px; */
    position: absolute;
    left: -180px;
    top: 0;
    background-image: url(../images/erweima1.png);
    background-repeat: no-repeat;
    background-position: center center;
    /* border: 1px solid #e0e0e0; */
    border-radius: 10px;
    background-color: #e96410;
    background-size: 85%;
}

.side ul li.sideewm .ewBoxW.son::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #e96410;
    position: absolute;
    right: -7px;
    top: 24px;
    transform: rotate(45deg);
}


/* 店铺 */

.side ul li.sideedp .telBox.son {
    width: 170px;
    height: 90px;
    display: none;
    color: #fff;
    text-align: left;
    position: absolute;
    left: -180px;
    top: -6px;
    background: #e96410;
    border-radius: 8px;
}

.side ul li.sideedp .telBox.son::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #e96410;
    position: absolute;
    right: -7px;
    top: 37px;
    transform: rotate(45deg);
}

.side ul li.sideedp .telBox dd {
    display: block;
    height: 45px;
    overflow: hidden;
    padding-left: 52px;
    line-height: 45px;
    font-size: 16px
}

.side ul li.sideedp .telBox dd span {
    display: block;
    line-height: 28px;
    height: 10px;
    overflow: hidden;
    margin-top: 32px;
    font-size: 16px
}

.side ul li.sideedp .telBox dd.bgs1_a {
    background: url(../images/right_bgsal.png) 8px center no-repeat;
    width: 136px;
}

.side ul li.sideedp .telBox dd.bgs2 {
    background: url(../images/right_pic9.png) 11px center no-repeat;
    background-size: 30px;
    width: 136px;
}


/* 店铺结束 */

.side ul li.sideetel .telBox.son {
    width: 170px;
    height: 60px;
    display: none;
    color: #fff;
    text-align: left;
    position: absolute;
    left: -190px;
    top: 10px;
}

.side ul li.sideetel .telBox dd {
    display: block;
    height: 45px;
    overflow: hidden;
    padding-left: 37px;
    line-height: 24px;
    font-size: 18px
}

.side ul li.sideetel .telBox dd span {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-top: 12px;
    font-size: 18px
}

.side ul li.sideedp .telBox dd.bgs1 {
    background: url(../images/right_pic8.png) 28px center no-repeat;
    background-color: #e96410
}

.side ul li.sideetel .telBox dd.bgs1 {
    background: url(../images/right_pictel.png) 11px center no-repeat;
    background-color: #e96410;
    background-size: 22px;
    line-height: 44px;
    border-radius: 8px;
}

.side ul li.sideetel .telBox.son:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #e96410;
    position: absolute;
    right: -7px;
    top: 15px;
    transform: rotate(45deg);
}

.side ul li.sideetel .telBox dd.bgs2 {
    background: url(../images/right_pic9.png) 28px center no-repeat
}

.side ul li:hover .son {
    display: block!important;
    animation: fadein 1s
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}